.head-bg {
  width: 100%;
  height: auto;
  background: linear-gradient(180deg, #AED3FF 0%, #4E9DFF 100%);
}
header {
  background: rgba(0,0,0,0.03);
  color: #ffffff;
}
header a {
  color: #fff;
}
header .search input {
  background: rgba(255,255,255,0.2);
  border: none;
}
header .search input::-webkit-input-placeholder{
  color: rgba(255,255,255,0.6);
}
header .search input:-moz-placeholder {
  color: rgba(255,255,255,0.6);
}
header .search input::-moz-placeholder {
  color: rgba(255,255,255,0.6);
}
header .search input:-ms-input-placeholder {
  color: rgba(255,255,255,0.6);
}
header .login {
  border: 1px solid #FFFFFF;
}
header .after-login .notifications {
  background: url("../imgs/icon.png") -50px -10px;
}
header .after-login .messages {
  background: url("../imgs/icon.png") -10px -10px;
}
header .after-login .user-name {
  border-left: 1px solid rgba(255,255,255,0.3);
}

.head-login {
  color: #424242;
  height: 80px;
  width: 100%;
  text-align: center;
  line-height: 80px;
  background: linear-gradient(180deg, #F8F8F8 0%, #E5F1FF 100%);
  position: relative;
}
.head-login a {
  width: 88px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  border-radius: 4px 4px 4px 4px;
  display: inline-block;
  transition: 0.2s;
}
.head-login a:hover {
  opacity: 0.8;
}
.head-login .user-register {
  color: #fff;
  background: #0072FF;
  margin: 0px 6px 0px 15px;
}
.head-login .user-login {
  color: #0072FF;
  border: 1px solid #0072FF;
  line-height: 30px;
}
.head-login .close {
  width: 13px;
  height: 13px;
  background: url("../imgs/tips.png") 0px 0px no-repeat;
  position: absolute;
  top: 35px;
  right: 40px;
  cursor: pointer;
  transition: 0.2s;
}
.head-login .close:hover {
  opacity: 0.8;
}

.head-content {
  overflow: hidden;
  height: 380px;
  padding-top: 30px;
}
.head-content .head-left {
  float: left;
  width: 880px;
  height: 350px;
}
.head-content .head-left .head-left-info {
  width: 360px;
  padding-left: 10px;
  color: #FFFFFF;
  float: left;
}
.head-content .head-left .head-left-info h2 {
  font-size: 40px;
  font-weight: bold;
  margin: 38px 0 34px;
}
.head-content .head-left .head-left-info p {
  font-size: 16px;
  line-height: 24px;
  min-height: 112px;
}
.head-content .head-left .head-left-info a {
  width: 140px;
  height: 40px;
  background: #0072FF;
  border-radius: 20px;
  text-align: center;
  line-height: 40px;
  display: block;
  color: #fff;
  font-size: 16px;
  transition: 0.2s;
}
.head-content .head-left .head-left-info a:hover {
  opacity: 0.8;
}
.head-content .head-left .head-left-info a img {
  width: 6px;
  height: 12px;
  margin-left: 6px;
}
.head-content .head-left .head-left-img {
  float: right;
}

.head-content .head-right {
  float: right;
  width: 300px;
  height: 300px;
  background: #FFFFFF;
  border-radius: 8px;
  padding: 20px;
  text-align: center;
}
.head-content .head-right .flex a {
  display: block;
}
.head-content .head-right .item {
  width: 80px;
  height: 70px;
  background: #FAFAFA;
  border-radius: 8px;
  margin-bottom: 10px;
  padding-top: 12px;
  color: #666666;
}
.head-content .head-right .item p {
  font-weight: bold;
  font-size: 20px;
  margin-top: 10px;
}
.head-content .head-right .item:hover {
  background: #E7F0FC;
  color: #0072FF
}
.head-content .head-right .head-btn {
  width: 256px;
  height: 40px;
  border-radius: 4px;
  text-align: center;
  display: block;
  margin-top: 10px;
  transition: 0.2s;
}
.head-content .head-right .head-btn:hover {
  opacity: 0.8;
}
.head-content .head-right .btn-question {
  background: #0072FF;
  color: #fff;
  line-height: 40px;
}
.head-content .head-right .btn-share {
  border: 1px solid #0072FF;
  line-height: 38px;
  color: #0072FF;
}

.head-content .swiper-container .swiper-pagination-bullets {
  bottom: 34px;
}
/* 轮播按钮 */
.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 24px;
  height: 4px;
  background: #FFFFFF;
  border-radius: 4px;
  opacity: 0.2;
}
.swiper-pagination-bullets .swiper-pagination-bullet-active {
  opacity: 0.8;
}

.list-banner {
  margin-top: 30px;
  overflow: hidden;
}
.main-left .list {
  /* border-bottom: 2px dashed #eee; */
  padding-bottom: 18px;
}
.main-left .list.inline {
  width: 48%;
  float: left;
}
.main-left .list.margin-left {
  margin-left: 4%;
}
.main-left .list.border-none {
  border: none;
  margin-bottom: 20px;
}
.main-left .border-bottom {
  border-bottom: 2px dashed #eee;
  clear: both;
}
.main-left .list h3 {
  color: #212121;
  font-size: 18px;
  margin: 33px 0 13px 0;
  font-weight: normal;
}
.main-left .list h3>i {
  width: 18px;
  height: 18px;
  float: left;
  margin-right: 8px;
}
.main-left .list h3 .advice {
  background: url("../imgs/advice.png") no-repeat center;
}
.main-left .list h3 .question {
  background: url("../imgs/question.png") no-repeat center;
}
.main-left .list h3 .price {
  background: url("../imgs/price.png") no-repeat center;
}
.main-left .list h3 .hot {
  background: url("../imgs/hot.png") no-repeat center;
}
.main-left .list h3 .new {
  background: url("../imgs/new.png") no-repeat center;
}
.main-left .list h3 .more {
  color: #666666;
  float: right;
  margin-top: 4px;
}
.main-left .list h3 .more i {
  display: inline-block;
  width: 5px;
  height: 10px;
  background: url("../imgs/more.png") -5px -0px;
  margin-left: 5px;
  transition: color 0.2s;
}
.main-left .list h3 .more:hover {
  color: #0072FF
}
.main-left .list h3 .more:hover i {
  background: url("../imgs/more.png") -0px -0px;
} 
.main-left .list ul li {
  line-height: 39px;
  height: 39px;
}
.main-left .list ul li a {
  color: #424242;
  max-width: 650px;
  display: inline-block;
  transition: 0.2s;
}
.main-left .inline ul li a {
  max-width: 330px;
}
.main-left .list ul li a:hover {
  color: #0072FF
}
.main-left .list ul li span {
  color: #999999;
  float: right;
}
.main-left .list ul li .color {
  color: #FF4A00
}
.main-left .list .more-btn {
  width: 88px;
  height: 32px;
  border-radius: 4px;
  border: 1px solid #DDDDDD;
  margin: 21px auto -15px;
  color: #999999;
  line-height: 30px;
  text-align: center;
  display: block;
  transition: 0.2s;
}
.main-left .list .more-btn:hover {
  color: #0072FF;
  border: 1px solid #0072FF;
}
.main-right .tab h4 .notice {
  background: url("../imgs/notice.png") no-repeat center;
}
.main-right .tab h4 .xcx {
  background: url("../imgs/xcx.png") no-repeat center;
}
.main-right .tab h4 .position {
  background: url("../imgs/position.png") no-repeat center;
}
.main-right .notice-tab .content {
  padding: 8px 0;
}
.main-right .notice-tab .content a {
  color: #424242;
  display: block;
  line-height: 35px;
  transition: 0.2s;
  max-width: 274px;
  padding-left: 10px;
}
.main-right .notice-tab .content  a:hover {
  color: #0072FF
}
.main-right .xcx-tab .content img {
  margin: 18px 10px;
  width: 260px;
  height: 260px;
}
.main-right .position-tab .content ul li .num {
  color: #FFB444;
}
.type-list {
  border-bottom: 1px solid #DDDDDD;
  margin-top: 16px;
  overflow: hidden;
}
.type-list li {
  height: 49px;
  line-height: 49px;
  margin-right: 40px;
  float: left;
  color: #424242;
  font-size: 16px;
  transition: 0.2s;
  cursor: pointer;
}
.type-list li.active {
  font-weight: bold;
  color: #0072FF;
}
.type-list li:hover {
  color: #0072FF;
}
.type-list-main {
  padding-top: 10px;
}
.head-content .swiper-container .swiper-pagination-bullets {
  text-align: left;
  padding-left: 357px;
}